home *** CD-ROM | disk | FTP | other *** search
/ Champak 110 / jogo-disk-110.iso / Games / hottest_looks_for_girls_summer_game.swf / scripts / frame_2 / PlaceObject2_139_170 / CLIPACTIONRECORD on(press).as < prev    next >
Text File  |  2008-11-12  |  120b  |  8 lines

  1. on(press){
  2.    if(_name.substr(0,1) == "p")
  3.    {
  4.       this.swapDepths(_root.d++);
  5.       this.startDrag();
  6.    }
  7. }
  8.